CCK handler titles are fairly long : "Content: Field label (field_name)"
Both label and name informations are important to let the user pick its fields, filters... : most users know their fields by the human readable label - otoh, several fields can have the same label, and two different instances of the same field can have different labels (we pick one to generate the handler title)
Those long titles are awkward in the admin summaries, though.
Attached patch lets exposed data define a 'title_short' along with the existing 'title', and uses it in admin summaries if available.
CCK would then only display 'Content: Field label' in admin summaries.
Comments
Comment #1
karens commented+1 from me on this, those long names get really messy :)
Comment #2
merlinofchaos commented+1 but probably 'title short' as I avoid underscores in the definitions.
Comment #3
yched commentedSure. Rerolled with 'title short'
Comment #4
yched commentedbump ?
Comment #5
markus_petrux commented#3 seems to work great with the patch in comment #37 of #131953: Expose additional database columns to Views (not just 'value').
:)
Comment #6
merlinofchaos commentedCommitted. Sorry for the delay on this one. Things are getting lost in the queue.
Comment #7
yched commented"Things are getting lost in the queue"
Heh, I know that feeling. Thks Earl.